Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmBillling
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
35         Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
36         Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
37         Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
38         Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
39         Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
40         Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
41         Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
42         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmBillling))
43         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
44         Me.Label4 = New System.Windows.Forms.Label()
45         Me.txtTableNo = New System.Windows.Forms.TextBox()
46         Me.Panel2 = New System.Windows.Forms.Panel()
47         Me.Label7 = New System.Windows.Forms.Label()
48         Me.lblUser = New System.Windows.Forms.Label()
49         Me.lblDateTime = New System.Windows.Forms.Label()
50         Me.Label1 = New System.Windows.Forms.Label()
51         Me.lblBillNo = New System.Windows.Forms.Label()
52         Me.Label2 = New System.Windows.Forms.Label()
53         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
54         Me.cmbGroup = New System.Windows.Forms.ComboBox()
55         Me.Panel1 = New System.Windows.Forms.Panel()
56         Me.DataGridView2 = New System.Windows.Forms.DataGridView()
57         Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
58         Me.DataGridViewComboBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
59         Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.DataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.DataGridViewTextBoxColumn12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
67         Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
68         Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
69         Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
70         Me.DataGridViewTextBoxColumn13 = New System.Windows.Forms.DataGridViewTextBoxColumn()
71         Me.DataGridViewTextBoxColumn14 = New System.Windows.Forms.DataGridViewTextBoxColumn()
72         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
73         Me.CBox = New System.Windows.Forms.ComboBox()
74         Me.lvTable = New System.Windows.Forms.ListView()
75         Me.ColumnHeader4 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
76         Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
77         Me.btnItemNote = New System.Windows.Forms.Button()
78         Me.PaymentMode = New System.Windows.Forms.GroupBox()
79         Me.cmbPaymentMode = New System.Windows.Forms.ComboBox()
80         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
81         Me.cmbBillType = New System.Windows.Forms.ComboBox()
82         Me.btnGetCash = New System.Windows.Forms.Button()
83         Me.btnLock = New System.Windows.Forms.Button()
84         Me.btnBillNote = New System.Windows.Forms.Button()
85         Me.btnDeleteRow = New System.Windows.Forms.Button()
86         Me.btnChangeTable = New System.Windows.Forms.Button()
87         Me.btnCancel = New System.Windows.Forms.Button()
88         Me.btnSave = New System.Windows.Forms.Button()
89         Me.btnNewBill = New System.Windows.Forms.Button()
90         Me.Panel4 = New System.Windows.Forms.Panel()
91         Me.txtItemDiscount = New System.Windows.Forms.TextBox()
92         Me.Label19 = New System.Windows.Forms.Label()
93         Me.Label18 = New System.Windows.Forms.Label()
94         Me.txtChange = New System.Windows.Forms.TextBox()
95         Me.Label17 = New System.Windows.Forms.Label()
96         Me.txtCash = New System.Windows.Forms.TextBox()
97         Me.lblHDCharges = New System.Windows.Forms.Label()
98         Me.lblTACharges = New System.Windows.Forms.Label()
99         Me.txtHDCharges = New System.Windows.Forms.TextBox()
100         Me.txtTACharges = New System.Windows.Forms.TextBox()
101         Me.Label14 = New System.Windows.Forms.Label()
102         Me.Label13 = New System.Windows.Forms.Label()
103         Me.Label12 = New System.Windows.Forms.Label()
104         Me.Label11 = New System.Windows.Forms.Label()
105         Me.txtGrandTotal = New System.Windows.Forms.TextBox()
106         Me.txtServiceCharges = New System.Windows.Forms.TextBox()
107         Me.txtServiceTax = New System.Windows.Forms.TextBox()
108         Me.txtVAT = New System.Windows.Forms.TextBox()
109         Me.txtDiscount = New System.Windows.Forms.TextBox()
110         Me.txtDiscountPer = New System.Windows.Forms.TextBox()
111         Me.Label10 = New System.Windows.Forms.Label()
112         Me.Label9 = New System.Windows.Forms.Label()
113         Me.txtSubTotal = New System.Windows.Forms.TextBox()
114         Me.DataGridView1 = New System.Windows.Forms.DataGridView()
115         Me.ItemCode = New System.Windows.Forms.DataGridViewTextBoxColumn()
116         Me.Item = New System.Windows.Forms.DataGridViewComboBoxColumn()
117         Me.Qty = New System.Windows.Forms.DataGridViewTextBoxColumn()
118         Me.Rate = New System.Windows.Forms.DataGridViewTextBoxColumn()
119         Me.Amount = New System.Windows.Forms.DataGridViewTextBoxColumn()
120         Me.DiscountPer = New System.Windows.Forms.DataGridViewTextBoxColumn()
121         Me.Discount = New System.Windows.Forms.DataGridViewTextBoxColumn()
122         Me.VATPer = New System.Windows.Forms.DataGridViewTextBoxColumn()
123         Me.VAT = New System.Windows.Forms.DataGridViewTextBoxColumn()
124         Me.STPer = New System.Windows.Forms.DataGridViewTextBoxColumn()
125         Me.ST = New System.Windows.Forms.DataGridViewTextBoxColumn()
126         Me.SCPer = New System.Windows.Forms.DataGridViewTextBoxColumn()
127         Me.SC = New System.Windows.Forms.DataGridViewTextBoxColumn()
128         Me.TotalAmount = New System.Windows.Forms.DataGridViewTextBoxColumn()
129         Me.Notes = New System.Windows.Forms.DataGridViewTextBoxColumn()
130         Me.flpTables = New System.Windows.Forms.FlowLayoutPanel()
131         Me.txtNotes = New System.Windows.Forms.RichTextBox()
132         Me.Label8 = New System.Windows.Forms.Label()
133         Me.Panel3 = New System.Windows.Forms.Panel()
134         Me.lblKOTNo = New System.Windows.Forms.Label()
135         Me.Label6 = New System.Windows.Forms.Label()
136         Me.Label5 = New System.Windows.Forms.Label()
137         Me.txtStartBillNo = New System.Windows.Forms.TextBox()
138         Me.Label3 = New System.Windows.Forms.Label()
139         Me.txtContactNo = New System.Windows.Forms.TextBox()
140         Me.txtAddressLine3 = New System.Windows.Forms.TextBox()
141         Me.txtAddressLine2 = New System.Windows.Forms.TextBox()
142         Me.txtAddressLine1 = New System.Windows.Forms.TextBox()
143         Me.txtCustomerName = New System.Windows.Forms.TextBox()
144         Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
145         Me.Panel2.SuspendLayout()
146         Me.GroupBox2.SuspendLayout()
147         Me.Panel1.SuspendLayout()
148         CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
149         Me.PaymentMode.SuspendLayout()
150         Me.GroupBox1.SuspendLayout()
151         Me.Panel4.SuspendLayout()
152         CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
153         Me.flpTables.SuspendLayout()
154         Me.Panel3.SuspendLayout()
155         Me.SuspendLayout()
156         
'
157         
'Timer1
158         
'
159         Me.Timer1.Enabled = True
160         
'
161         
'Label4
162         
'
163         Me.Label4.AutoSize = True
164         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
165         Me.Label4.Location = New System.Drawing.Point(
19, 20)
166         Me.Label4.Name =
"Label4"
167         Me.Label4.Size = New System.Drawing.Size(
85, 16)
168         Me.Label4.TabIndex =
3
169         Me.Label4.Text =
"Table No. :"
170         
'
171         
'txtTableNo
172         
'
173         Me.txtTableNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
174         Me.txtTableNo.Location = New System.Drawing.Point(
139, 20)
175         Me.txtTableNo.Name =
"txtTableNo"
176         Me.txtTableNo.Size = New System.Drawing.Size(
107, 21)
177         Me.txtTableNo.TabIndex =
0
178         
'
179         
'Panel2
180         
'
181         Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
182             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
183         Me.Panel2.BackColor = System.Drawing.Color.LightSeaGreen
184         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
185         Me.Panel2.Controls.Add(Me.Label7)
186         Me.Panel2.Controls.Add(Me.lblUser)
187         Me.Panel2.Controls.Add(Me.lblDateTime)
188         Me.Panel2.Controls.Add(Me.Label1)
189         Me.Panel2.Location = New System.Drawing.Point(
4, 3)
190         Me.Panel2.Name =
"Panel2"
191         Me.Panel2.Size = New System.Drawing.Size(
1224, 40)
192         Me.Panel2.TabIndex =
7
193         
'
194         
'Label7
195         
'
196         Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
197         Me.Label7.AutoSize = True
198         Me.Label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
199         Me.Label7.ForeColor = System.Drawing.Color.White
200         Me.Label7.Location = New System.Drawing.Point(
267, 2)
201         Me.Label7.Name =
"Label7"
202         Me.Label7.Size = New System.Drawing.Size(
163, 29)
203         Me.Label7.TabIndex =
321
204         Me.Label7.Text =
"Operator ID :"
205         Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
206         
'
207         
'lblUser
208         
'
209         Me.lblUser.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
210         Me.lblUser.AutoSize = True
211         Me.lblUser.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
212         Me.lblUser.ForeColor = System.Drawing.Color.White
213         Me.lblUser.Location = New System.Drawing.Point(
421, 2)
214         Me.lblUser.Name =
"lblUser"
215         Me.lblUser.Size = New System.Drawing.Size(
68, 29)
216         Me.lblUser.TabIndex =
320
217         Me.lblUser.Text =
"User"
218         Me.lblUser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
219         
'
220         
'lblDateTime
221         
'
222         Me.lblDateTime.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
223         Me.lblDateTime.AutoSize = True
224         Me.lblDateTime.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
225         Me.lblDateTime.ForeColor = System.Drawing.Color.White
226         Me.lblDateTime.Location = New System.Drawing.Point(
672, 2)
227         Me.lblDateTime.Name =
"lblDateTime"
228         Me.lblDateTime.Size = New System.Drawing.Size(
127, 29)
229         Me.lblDateTime.TabIndex =
319
230         Me.lblDateTime.Text =
"DateTime"
231         Me.lblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
232         
'
233         
'Label1
234         
'
235         Me.Label1.AutoSize = True
236         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
237         Me.Label1.ForeColor = System.Drawing.Color.NavajoWhite
238         Me.Label1.Location = New System.Drawing.Point(
3, 2)
239         Me.Label1.Name =
"Label1"
240         Me.Label1.Size = New System.Drawing.Size(
167, 29)
241         Me.Label1.TabIndex =
319
242         Me.Label1.Text =
"Point Of Sale"
243         Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
244         
'
245         
'lblBillNo
246         
'
247         Me.lblBillNo.AutoSize = True
248         Me.lblBillNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
249         Me.lblBillNo.ForeColor = System.Drawing.Color.Black
250         Me.lblBillNo.Location = New System.Drawing.Point(
96, 48)
251         Me.lblBillNo.Name =
"lblBillNo"
252         Me.lblBillNo.Size = New System.Drawing.Size(
87, 24)
253         Me.lblBillNo.TabIndex =
40
254         Me.lblBillNo.Text =
"lblBillNo"
255         
'
256         
'Label2
257         
'
258         Me.Label2.AutoSize = True
259         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
260         Me.Label2.ForeColor = System.Drawing.Color.Black
261         Me.Label2.Location = New System.Drawing.Point(
6, 48)
262         Me.Label2.Name =
"Label2"
263         Me.Label2.Size = New System.Drawing.Size(
95, 24)
264         Me.Label2.TabIndex =
39
265         Me.Label2.Text =
"Bill No. : "
266         
'
267         
'GroupBox2
268         
'
269         Me.GroupBox2.Controls.Add(Me.cmbGroup)
270         Me.GroupBox2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
271         Me.GroupBox2.Location = New System.Drawing.Point(
10, 143)
272         Me.GroupBox2.Name =
"GroupBox2"
273         Me.GroupBox2.Size = New System.Drawing.Size(
239, 64)
274         Me.GroupBox2.TabIndex =
2
275         Me.GroupBox2.TabStop = False
276         Me.GroupBox2.Text =
"Customer/Group Name"
277         
'
278         
'cmbGroup
279         
'
280         Me.cmbGroup.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
281         Me.cmbGroup.Enabled = False
282         Me.cmbGroup.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
283         Me.cmbGroup.FormattingEnabled = True
284         Me.cmbGroup.Location = New System.Drawing.Point(
12, 26)
285         Me.cmbGroup.Name =
"cmbGroup"
286         Me.cmbGroup.Size = New System.Drawing.Size(
215, 24)
287         Me.cmbGroup.TabIndex =
0
288         
'
289         
'Panel1
290         
'
291         Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
292             Or System.Windows.Forms.AnchorStyles.Left) _
293             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
294         Me.Panel1.BackColor = System.Drawing.Color.White
295         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
296         Me.Panel1.Controls.Add(Me.DataGridView2)
297         Me.Panel1.Controls.Add(Me.CBox)
298         Me.Panel1.Controls.Add(Me.lvTable)
299         Me.Panel1.Controls.Add(Me.btnItemNote)
300         Me.Panel1.Controls.Add(Me.PaymentMode)
301         Me.Panel1.Controls.Add(Me.GroupBox1)
302         Me.Panel1.Controls.Add(Me.btnGetCash)
303         Me.Panel1.Controls.Add(Me.btnLock)
304         Me.Panel1.Controls.Add(Me.btnBillNote)
305         Me.Panel1.Controls.Add(Me.btnDeleteRow)
306         Me.Panel1.Controls.Add(Me.btnChangeTable)
307         Me.Panel1.Controls.Add(Me.btnCancel)
308         Me.Panel1.Controls.Add(Me.btnSave)
309         Me.Panel1.Controls.Add(Me.btnNewBill)
310         Me.Panel1.Controls.Add(Me.Panel4)
311         Me.Panel1.Controls.Add(Me.DataGridView1)
312         Me.Panel1.Controls.Add(Me.flpTables)
313         Me.Panel1.Controls.Add(Me.Label8)
314         Me.Panel1.Controls.Add(Me.Panel3)
315         Me.Panel1.Controls.Add(Me.GroupBox2)
316         Me.Panel1.Controls.Add(Me.Label2)
317         Me.Panel1.Controls.Add(Me.lblBillNo)
318         Me.Panel1.Controls.Add(Me.Panel2)
319         Me.Panel1.Location = New System.Drawing.Point(
3, 3)
320         Me.Panel1.Name =
"Panel1"
321         Me.Panel1.Size = New System.Drawing.Size(
1233, 649)
322         Me.Panel1.TabIndex =
2
323         
'
324         
'DataGridView2
325         
'
326         Me.DataGridView2.AllowUserToAddRows = False
327         Me.DataGridView2.AllowUserToDeleteRows = False
328         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
329         Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
330         Me.DataGridView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
331             Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
332         Me.DataGridView2.BackgroundColor = System.Drawing.Color.White
333         Me.DataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
334         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
335         DataGridViewCellStyle2.BackColor = System.Drawing.Color.LightSeaGreen
336         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
337         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
338         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
339         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
340         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
341         Me.DataGridView2.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
342         Me.DataGridView2.ColumnHeadersHeight =
30
343         Me.DataGridView2.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewComboBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn11, Me.DataGridViewTextBoxColumn12, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn13, Me.DataGridViewTextBoxColumn14, Me.Column1})
344         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
345         DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window
346         DataGridViewCellStyle6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
347         DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText
348         DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
349         DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
350         DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
351         Me.DataGridView2.DefaultCellStyle = DataGridViewCellStyle6
352         Me.DataGridView2.EnableHeadersVisualStyles = False
353         Me.DataGridView2.GridColor = System.Drawing.Color.White
354         Me.DataGridView2.Location = New System.Drawing.Point(
326, 238)
355         Me.DataGridView2.MultiSelect = False
356         Me.DataGridView2.Name =
"DataGridView2"
357         Me.DataGridView2.ReadOnly = True
358         Me.DataGridView2.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
359         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
360         DataGridViewCellStyle7.BackColor = System.Drawing.Color.LightSeaGreen
361         DataGridViewCellStyle7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
362         DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText
363         DataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.Orange
364         DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
365         DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
366         Me.DataGridView2.RowHeadersDefaultCellStyle = DataGridViewCellStyle7
367         Me.DataGridView2.RowHeadersWidth =
25
368         Me.DataGridView2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
369         DataGridViewCellStyle8.BackColor = System.Drawing.Color.White
370         DataGridViewCellStyle8.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
371         DataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.MediumTurquoise
372         DataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.White
373         Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle8
374         Me.DataGridView2.RowTemplate.Height =
18
375         Me.DataGridView2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
376         Me.DataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
377         Me.DataGridView2.Size = New System.Drawing.Size(
728, 215)
378         Me.DataGridView2.TabIndex =
445
379         Me.DataGridView2.Visible = False
380         
'
381         
'DataGridViewTextBoxColumn1
382         
'
383         Me.DataGridViewTextBoxColumn1.HeaderText =
"Item ID"
384         Me.DataGridViewTextBoxColumn1.Name =
"DataGridViewTextBoxColumn1"
385         Me.DataGridViewTextBoxColumn1.ReadOnly = True
386         
'
387         
'DataGridViewComboBoxColumn1
388         
'
389         Me.DataGridViewComboBoxColumn1.HeaderText =
"Item Name"
390         Me.DataGridViewComboBoxColumn1.Name =
"DataGridViewComboBoxColumn1"
391         Me.DataGridViewComboBoxColumn1.ReadOnly = True
392         Me.DataGridViewComboBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
393         Me.DataGridViewComboBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
394         Me.DataGridViewComboBoxColumn1.Width =
150
395         
'
396         
'DataGridViewTextBoxColumn2
397         
'
398         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
399         Me.DataGridViewTextBoxColumn2.DefaultCellStyle = DataGridViewCellStyle3
400         Me.DataGridViewTextBoxColumn2.HeaderText =
"Qty."
401         Me.DataGridViewTextBoxColumn2.Name =
"DataGridViewTextBoxColumn2"
402         Me.DataGridViewTextBoxColumn2.ReadOnly = True
403         Me.DataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
404         Me.DataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
405         Me.DataGridViewTextBoxColumn2.Width =
70
406         
'
407         
'DataGridViewTextBoxColumn3
408         
'
409         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
410         Me.DataGridViewTextBoxColumn3.DefaultCellStyle = DataGridViewCellStyle4
411         Me.DataGridViewTextBoxColumn3.HeaderText =
"Rate"
412         Me.DataGridViewTextBoxColumn3.Name =
"DataGridViewTextBoxColumn3"
413         Me.DataGridViewTextBoxColumn3.ReadOnly = True
414         Me.DataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
415         Me.DataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
416         
'
417         
'DataGridViewTextBoxColumn4
418         
'
419         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
420         Me.DataGridViewTextBoxColumn4.DefaultCellStyle = DataGridViewCellStyle5
421         Me.DataGridViewTextBoxColumn4.HeaderText =
"Amount"
422         Me.DataGridViewTextBoxColumn4.Name =
"DataGridViewTextBoxColumn4"
423         Me.DataGridViewTextBoxColumn4.ReadOnly = True
424         
'
425         
'DataGridViewTextBoxColumn11
426         
'
427         Me.DataGridViewTextBoxColumn11.HeaderText =
"Discount %"
428         Me.DataGridViewTextBoxColumn11.Name =
"DataGridViewTextBoxColumn11"
429         Me.DataGridViewTextBoxColumn11.ReadOnly = True
430         Me.DataGridViewTextBoxColumn11.Visible = False
431         
'
432         
'DataGridViewTextBoxColumn12
433         
'
434         Me.DataGridViewTextBoxColumn12.HeaderText =
"Discount"
435         Me.DataGridViewTextBoxColumn12.Name =
"DataGridViewTextBoxColumn12"
436         Me.DataGridViewTextBoxColumn12.ReadOnly = True
437         Me.DataGridViewTextBoxColumn12.Visible = False
438         
'
439         
'DataGridViewTextBoxColumn5
440         
'
441         Me.DataGridViewTextBoxColumn5.HeaderText =
"VAT %"
442         Me.DataGridViewTextBoxColumn5.Name =
"DataGridViewTextBoxColumn5"
443         Me.DataGridViewTextBoxColumn5.ReadOnly = True
444         Me.DataGridViewTextBoxColumn5.Visible = False
445         
'
446         
'DataGridViewTextBoxColumn6
447         
'
448         Me.DataGridViewTextBoxColumn6.HeaderText =
"VAT"
449         Me.DataGridViewTextBoxColumn6.Name =
"DataGridViewTextBoxColumn6"
450         Me.DataGridViewTextBoxColumn6.ReadOnly = True
451         Me.DataGridViewTextBoxColumn6.Visible = False
452         
'
453         
'DataGridViewTextBoxColumn7
454         
'
455         Me.DataGridViewTextBoxColumn7.HeaderText =
"ST %"
456         Me.DataGridViewTextBoxColumn7.Name =
"DataGridViewTextBoxColumn7"
457         Me.DataGridViewTextBoxColumn7.ReadOnly = True
458         Me.DataGridViewTextBoxColumn7.Visible = False
459         
'
460         
'DataGridViewTextBoxColumn8
461         
'
462         Me.DataGridViewTextBoxColumn8.HeaderText =
"ST"
463         Me.DataGridViewTextBoxColumn8.Name =
"DataGridViewTextBoxColumn8"
464         Me.DataGridViewTextBoxColumn8.ReadOnly = True
465         Me.DataGridViewTextBoxColumn8.Visible = False
466         
'
467         
'DataGridViewTextBoxColumn9
468         
'
469         Me.DataGridViewTextBoxColumn9.HeaderText =
"SC %"
470         Me.DataGridViewTextBoxColumn9.Name =
"DataGridViewTextBoxColumn9"
471         Me.DataGridViewTextBoxColumn9.ReadOnly = True
472         Me.DataGridViewTextBoxColumn9.Visible = False
473         
'
474         
'DataGridViewTextBoxColumn10
475         
'
476         Me.DataGridViewTextBoxColumn10.HeaderText =
"SC"
477         Me.DataGridViewTextBoxColumn10.Name =
"DataGridViewTextBoxColumn10"
478         Me.DataGridViewTextBoxColumn10.ReadOnly = True
479         Me.DataGridViewTextBoxColumn10.Visible = False
480         
'
481         
'DataGridViewTextBoxColumn13
482         
'
483         Me.DataGridViewTextBoxColumn13.HeaderText =
"Total Amount"
484         Me.DataGridViewTextBoxColumn13.Name =
"DataGridViewTextBoxColumn13"
485         Me.DataGridViewTextBoxColumn13.ReadOnly = True
486         Me.DataGridViewTextBoxColumn13.Visible = False
487         
'
488         
'DataGridViewTextBoxColumn14
489         
'
490         Me.DataGridViewTextBoxColumn14.HeaderText =
"Table No."
491         Me.DataGridViewTextBoxColumn14.Name =
"DataGridViewTextBoxColumn14"
492         Me.DataGridViewTextBoxColumn14.ReadOnly = True
493         Me.DataGridViewTextBoxColumn14.Width =
80
494         
'
495         
'Column1
496         
'
497         Me.Column1.HeaderText =
"Group Name"
498         Me.Column1.Name =
"Column1"
499         Me.Column1.ReadOnly = True
500         
'
501         
'CBox
502         
'
503         Me.CBox.FormattingEnabled = True
504         Me.CBox.Location = New System.Drawing.Point(
894, 49)
505         Me.CBox.Name =
"CBox"
506         Me.CBox.Size = New System.Drawing.Size(
62, 21)
507         Me.CBox.TabIndex =
331
508         Me.CBox.Visible = False
509         
'
510         
'lvTable
511         
'
512         Me.lvTable.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
513             Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
514         Me.lvTable.AutoArrange = False
515         Me.lvTable.CheckBoxes = True
516         Me.lvTable.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader4, Me.ColumnHeader1})
517         Me.lvTable.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
518         Me.lvTable.ForeColor = System.Drawing.Color.DarkOliveGreen
519         Me.lvTable.Location = New System.Drawing.Point(
13, 283)
520         Me.lvTable.Name =
"lvTable"
521         Me.lvTable.Size = New System.Drawing.Size(
308, 357)
522         Me.lvTable.TabIndex =
444
523         Me.lvTable.UseCompatibleStateImageBehavior = False
524         Me.lvTable.View = System.Windows.Forms.View.Details
525         
'
526         
'ColumnHeader4
527         
'
528         Me.ColumnHeader4.Text =
"Table No."
529         Me.ColumnHeader4.Width =
120
530         
'
531         
'ColumnHeader1
532         
'
533         Me.ColumnHeader1.Text =
"Customer/Group"
534         Me.ColumnHeader1.Width =
240
535         
'
536         
'btnItemNote
537         
'
538         Me.btnItemNote.AutoSize = True
539         Me.btnItemNote.BackColor = System.Drawing.Color.MidnightBlue
540         Me.btnItemNote.Enabled = False
541         Me.btnItemNote.FlatAppearance.BorderSize =
0
542         Me.btnItemNote.FlatStyle = System.Windows.Forms.FlatStyle.Flat
543         Me.btnItemNote.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
544         Me.btnItemNote.ForeColor = System.Drawing.Color.White
545         Me.btnItemNote.ImageAlign = System.Drawing.ContentAlignment.TopCenter
546         Me.btnItemNote.Location = New System.Drawing.Point(
1059, 592)
547         Me.btnItemNote.Name =
"btnItemNote"
548         Me.btnItemNote.Size = New System.Drawing.Size(
175, 40)
549         Me.btnItemNote.TabIndex =
443
550         Me.btnItemNote.Text =
"Item Note - F9"
551         Me.btnItemNote.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
552         Me.btnItemNote.UseVisualStyleBackColor = False
553         
'
554         
'PaymentMode
555         
'
556         Me.PaymentMode.Controls.Add(Me.cmbPaymentMode)
557         Me.PaymentMode.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
558         Me.PaymentMode.Location = New System.Drawing.Point(
13, 214)
559         Me.PaymentMode.Name =
"PaymentMode"
560         Me.PaymentMode.Size = New System.Drawing.Size(
239, 64)
561         Me.PaymentMode.TabIndex =
3
562         Me.PaymentMode.TabStop = False
563         Me.PaymentMode.Text =
"Payment Mode"
564         
'
565         
'cmbPaymentMode
566         
'
567         Me.cmbPaymentMode.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
568         Me.cmbPaymentMode.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
569         Me.cmbPaymentMode.Enabled = False
570         Me.cmbPaymentMode.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
571         Me.cmbPaymentMode.FormattingEnabled = True
572         Me.cmbPaymentMode.Items.AddRange(New Object() {
"Cash", "Credit Card", "Debit Card", "Paytm", "MobiKwik", "Jio Money"})
573         Me.cmbPaymentMode.Location = New System.Drawing.Point(
12, 26)
574         Me.cmbPaymentMode.Name =
"cmbPaymentMode"
575         Me.cmbPaymentMode.Size = New System.Drawing.Size(
215, 24)
576         Me.cmbPaymentMode.TabIndex =
0
577         
'
578         
'GroupBox1
579         
'
580         Me.GroupBox1.Controls.Add(Me.cmbBillType)
581         Me.GroupBox1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
582         Me.GroupBox1.Location = New System.Drawing.Point(
10, 78)
583         Me.GroupBox1.Name =
"GroupBox1"
584         Me.GroupBox1.Size = New System.Drawing.Size(
239, 64)
585         Me.GroupBox1.TabIndex =
1
586         Me.GroupBox1.TabStop = False
587         Me.GroupBox1.Text =
"Bill Type :"
588         
'
589         
'cmbBillType
590         
'
591         Me.cmbBillType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
592         Me.cmbBillType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
593         Me.cmbBillType.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
594         Me.cmbBillType.FormattingEnabled = True
595         Me.cmbBillType.Items.AddRange(New Object() {
"KOT", "KOT Billing", "Takeaway", "Home Delivery", "Express Billing"})
596         Me.cmbBillType.Location = New System.Drawing.Point(
12, 26)
597         Me.cmbBillType.Name =
"cmbBillType"
598         Me.cmbBillType.Size = New System.Drawing.Size(
215, 24)
599         Me.cmbBillType.TabIndex =
0
600         
'
601         
'btnGetCash
602         
'
603         Me.btnGetCash.AutoSize = True
604         Me.btnGetCash.BackColor = System.Drawing.Color.MidnightBlue
605         Me.btnGetCash.FlatAppearance.BorderSize =
0
606         Me.btnGetCash.FlatStyle = System.Windows.Forms.FlatStyle.Flat
607         Me.btnGetCash.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
608         Me.btnGetCash.ForeColor = System.Drawing.Color.White
609         Me.btnGetCash.ImageAlign = System.Drawing.ContentAlignment.TopCenter
610         Me.btnGetCash.Location = New System.Drawing.Point(
1059, 549)
611         Me.btnGetCash.Name =
"btnGetCash"
612         Me.btnGetCash.Size = New System.Drawing.Size(
182, 40)
613         Me.btnGetCash.TabIndex =
439
614         Me.btnGetCash.Text =
"Get Cash - F8"
615         Me.btnGetCash.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
616         Me.btnGetCash.UseVisualStyleBackColor = False
617         
'
618         
'btnLock
619         
'
620         Me.btnLock.AutoSize = True
621         Me.btnLock.BackColor = System.Drawing.Color.MidnightBlue
622         Me.btnLock.FlatAppearance.BorderSize =
0
623         Me.btnLock.FlatStyle = System.Windows.Forms.FlatStyle.Flat
624         Me.btnLock.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
625         Me.btnLock.ForeColor = System.Drawing.Color.White
626         Me.btnLock.ImageAlign = System.Drawing.ContentAlignment.TopCenter
627         Me.btnLock.Location = New System.Drawing.Point(
1061, 375)
628         Me.btnLock.Name =
"btnLock"
629         Me.btnLock.Size = New System.Drawing.Size(
189, 40)
630         Me.btnLock.TabIndex =
438
631         Me.btnLock.Text =
"Lock - F4"
632         Me.btnLock.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
633         Me.btnLock.UseVisualStyleBackColor = False
634         
'
635         
'btnBillNote
636         
'
637         Me.btnBillNote.AutoSize = True
638         Me.btnBillNote.BackColor = System.Drawing.Color.MidnightBlue
639         Me.btnBillNote.FlatAppearance.BorderSize =
0
640         Me.btnBillNote.FlatStyle = System.Windows.Forms.FlatStyle.Flat
641         Me.btnBillNote.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
642         Me.btnBillNote.ForeColor = System.Drawing.Color.White
643         Me.btnBillNote.ImageAlign = System.Drawing.ContentAlignment.TopCenter
644         Me.btnBillNote.Location = New System.Drawing.Point(
1060, 461)
645         Me.btnBillNote.Name =
"btnBillNote"
646         Me.btnBillNote.Size = New System.Drawing.Size(
178, 40)
647         Me.btnBillNote.TabIndex =
437
648         Me.btnBillNote.Text =
"Bill Note - F6"
649         Me.btnBillNote.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
650         Me.btnBillNote.UseVisualStyleBackColor = False
651         
'
652         
'btnDeleteRow
653         
'
654         Me.btnDeleteRow.AutoSize = True
655         Me.btnDeleteRow.BackColor = System.Drawing.Color.MidnightBlue
656         Me.btnDeleteRow.Enabled = False
657         Me.btnDeleteRow.FlatAppearance.BorderSize =
0
658         Me.btnDeleteRow.FlatStyle = System.Windows.Forms.FlatStyle.Flat
659         Me.btnDeleteRow.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
660         Me.btnDeleteRow.ForeColor = System.Drawing.Color.White
661         Me.btnDeleteRow.ImageAlign = System.Drawing.ContentAlignment.TopCenter
662         Me.btnDeleteRow.Location = New System.Drawing.Point(
1059, 505)
663         Me.btnDeleteRow.Name =
"btnDeleteRow"
664         Me.btnDeleteRow.Size = New System.Drawing.Size(
179, 40)
665         Me.btnDeleteRow.TabIndex =
436
666         Me.btnDeleteRow.Text =
"Delete Row - F7"
667         Me.btnDeleteRow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
668         Me.btnDeleteRow.UseVisualStyleBackColor = False
669         
'
670         
'btnChangeTable
671         
'
672         Me.btnChangeTable.AutoSize = True
673         Me.btnChangeTable.BackColor = System.Drawing.Color.MidnightBlue
674         Me.btnChangeTable.FlatAppearance.BorderSize =
0
675         Me.btnChangeTable.FlatStyle = System.Windows.Forms.FlatStyle.Flat
676         Me.btnChangeTable.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
677         Me.btnChangeTable.ForeColor = System.Drawing.Color.White
678         Me.btnChangeTable.ImageAlign = System.Drawing.ContentAlignment.TopCenter
679         Me.btnChangeTable.Location = New System.Drawing.Point(
1061, 418)
680         Me.btnChangeTable.Name =
"btnChangeTable"
681         Me.btnChangeTable.Size = New System.Drawing.Size(
182, 40)
682         Me.btnChangeTable.TabIndex =
435
683         Me.btnChangeTable.Text =
"Change Table - F5"
684         Me.btnChangeTable.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
685         Me.btnChangeTable.UseVisualStyleBackColor = False
686         
'
687         
'btnCancel
688         
'
689         Me.btnCancel.AutoSize = True
690         Me.btnCancel.BackColor = System.Drawing.Color.MidnightBlue
691         Me.btnCancel.FlatAppearance.BorderSize =
0
692         Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
693         Me.btnCancel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
694         Me.btnCancel.ForeColor = System.Drawing.Color.White
695         Me.btnCancel.ImageAlign = System.Drawing.ContentAlignment.TopCenter
696         Me.btnCancel.Location = New System.Drawing.Point(
1061, 330)
697         Me.btnCancel.Name =
"btnCancel"
698         Me.btnCancel.Size = New System.Drawing.Size(
186, 40)
699         Me.btnCancel.TabIndex =
434
700         Me.btnCancel.Text =
"Cancel - F3"
701         Me.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
702         Me.btnCancel.UseVisualStyleBackColor = False
703         
'
704         
'btnSave
705         
'
706         Me.btnSave.AutoSize = True
707         Me.btnSave.BackColor = System.Drawing.Color.MidnightBlue
708         Me.btnSave.FlatAppearance.BorderSize =
0
709         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat
710         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
711         Me.btnSave.ForeColor = System.Drawing.Color.White
712         Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.TopCenter
713         Me.btnSave.Location = New System.Drawing.Point(
1060, 284)
714         Me.btnSave.Name =
"btnSave"
715         Me.btnSave.Size = New System.Drawing.Size(
183, 40)
716         Me.btnSave.TabIndex =
433
717         Me.btnSave.Text =
"Save + Print - F2"
718         Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
719         Me.btnSave.UseVisualStyleBackColor = False
720         
'
721         
'btnNewBill
722         
'
723         Me.btnNewBill.AutoSize = True
724         Me.btnNewBill.BackColor = System.Drawing.Color.MidnightBlue
725         Me.btnNewBill.FlatAppearance.BorderSize =
0
726         Me.btnNewBill.FlatStyle = System.Windows.Forms.FlatStyle.Flat
727         Me.btnNewBill.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
728         Me.btnNewBill.ForeColor = System.Drawing.Color.White
729         Me.btnNewBill.ImageAlign = System.Drawing.ContentAlignment.TopCenter
730         Me.btnNewBill.Location = New System.Drawing.Point(
1061, 238)
731         Me.btnNewBill.Name =
"btnNewBill"
732         Me.btnNewBill.Size = New System.Drawing.Size(
184, 40)
733         Me.btnNewBill.TabIndex =
432
734         Me.btnNewBill.Text =
"New Bill - F1"
735         Me.btnNewBill.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
736         Me.btnNewBill.UseVisualStyleBackColor = False
737         
'
738         
'Panel4
739         
'
740         Me.Panel4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
741         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
742         Me.Panel4.Controls.Add(Me.txtItemDiscount)
743         Me.Panel4.Controls.Add(Me.Label19)
744         Me.Panel4.Controls.Add(Me.Label18)
745         Me.Panel4.Controls.Add(Me.txtChange)
746         Me.Panel4.Controls.Add(Me.Label17)
747         Me.Panel4.Controls.Add(Me.txtCash)
748         Me.Panel4.Controls.Add(Me.lblHDCharges)
749         Me.Panel4.Controls.Add(Me.lblTACharges)
750         Me.Panel4.Controls.Add(Me.txtHDCharges)
751         Me.Panel4.Controls.Add(Me.txtTACharges)
752         Me.Panel4.Controls.Add(Me.Label14)
753         Me.Panel4.Controls.Add(Me.Label13)
754         Me.Panel4.Controls.Add(Me.Label12)
755         Me.Panel4.Controls.Add(Me.Label11)
756         Me.Panel4.Controls.Add(Me.txtGrandTotal)
757         Me.Panel4.Controls.Add(Me.txtServiceCharges)
758         Me.Panel4.Controls.Add(Me.txtServiceTax)
759         Me.Panel4.Controls.Add(Me.txtVAT)
760         Me.Panel4.Controls.Add(Me.txtDiscount)
761         Me.Panel4.Controls.Add(Me.txtDiscountPer)
762         Me.Panel4.Controls.Add(Me.Label10)
763         Me.Panel4.Controls.Add(Me.Label9)
764         Me.Panel4.Controls.Add(Me.txtSubTotal)
765         Me.Panel4.Location = New System.Drawing.Point(
327, 462)
766         Me.Panel4.Name =
"Panel4"
767         Me.Panel4.Size = New System.Drawing.Size(
639, 178)
768         Me.Panel4.TabIndex =
4
769         
'
770         
'txtItemDiscount
771         
'
772         Me.txtItemDiscount.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
773         Me.txtItemDiscount.Location = New System.Drawing.Point(
354, 15)
774         Me.txtItemDiscount.Name =
"txtItemDiscount"
775         Me.txtItemDiscount.ReadOnly = True
776         Me.txtItemDiscount.Size = New System.Drawing.Size(
107, 21)
777         Me.txtItemDiscount.TabIndex =
26
778         Me.txtItemDiscount.Text =
"0.00"
779         Me.txtItemDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
780         
'
781         
'Label19
782         
'
783         Me.Label19.AutoSize = True
784         Me.Label19.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
785         Me.Label19.Location = New System.Drawing.Point(
248, 12)
786         Me.Label19.Name =
"Label19"
787         Me.Label19.Size = New System.Drawing.Size(
117, 16)
788         Me.Label19.TabIndex =
25
789         Me.Label19.Text =
"Items Discount :"
790         
'
791         
'Label18
792         
'
793         Me.Label18.AutoSize = True
794         Me.Label18.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
795         Me.Label18.Location = New System.Drawing.Point(
454, 146)
796         Me.Label18.Name =
"Label18"
797         Me.Label18.Size = New System.Drawing.Size(
69, 16)
798         Me.Label18.TabIndex =
24
799         Me.Label18.Text =
"Change :"
800         
'
801         
'txtChange
802         
'
803         Me.txtChange.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
804         Me.txtChange.Location = New System.Drawing.Point(
521, 146)
805         Me.txtChange.Name =
"txtChange"
806         Me.txtChange.ReadOnly = True
807         Me.txtChange.Size = New System.Drawing.Size(
107, 21)
808         Me.txtChange.TabIndex =
10
809         Me.txtChange.Text =
"0.00"
810         Me.txtChange.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
811         
'
812         
'Label17
813         
'
814         Me.Label17.AutoSize = True
815         Me.Label17.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
816         Me.Label17.Location = New System.Drawing.Point(
248, 148)
817         Me.Label17.Name =
"Label17"
818         Me.Label17.Size = New System.Drawing.Size(
51, 16)
819         Me.Label17.TabIndex =
22
820         Me.Label17.Text =
"Cash :"
821         
'
822         
'txtCash
823         
'
824         Me.txtCash.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
825         Me.txtCash.Location = New System.Drawing.Point(
337, 148)
826         Me.txtCash.Name =
"txtCash"
827         Me.txtCash.ReadOnly = True
828         Me.txtCash.Size = New System.Drawing.Size(
107, 21)
829         Me.txtCash.TabIndex =
9
830         Me.txtCash.Text =
"0.00"
831         Me.txtCash.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
832         
'
833         
'lblHDCharges
834         
'
835         Me.lblHDCharges.AutoSize = True
836         Me.lblHDCharges.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
837         Me.lblHDCharges.Location = New System.Drawing.Point(
248, 121)
838         Me.lblHDCharges.Name =
"lblHDCharges"
839         Me.lblHDCharges.Size = New System.Drawing.Size(
100, 16)
840         Me.lblHDCharges.TabIndex =
20
841         Me.lblHDCharges.Text =
"HD Charges :"
842         
'
843         
'lblTACharges
844         
'
845         Me.lblTACharges.AutoSize = True
846         Me.lblTACharges.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
847         Me.lblTACharges.Location = New System.Drawing.Point(
248, 94)
848         Me.lblTACharges.Name =
"lblTACharges"
849         Me.lblTACharges.Size = New System.Drawing.Size(
98, 16)
850         Me.lblTACharges.TabIndex =
19
851         Me.lblTACharges.Text =
"TA Charges :"
852         
'
853         
'txtHDCharges
854         
'
855         Me.txtHDCharges.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
856         Me.txtHDCharges.Location = New System.Drawing.Point(
337, 121)
857         Me.txtHDCharges.Name =
"txtHDCharges"
858         Me.txtHDCharges.Size = New System.Drawing.Size(
107, 21)
859         Me.txtHDCharges.TabIndex =
7
860         Me.txtHDCharges.Text =
"0.00"
861         Me.txtHDCharges.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
862         
'
863         
'txtTACharges
864         
'
865         Me.txtTACharges.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
866         Me.txtTACharges.Location = New System.Drawing.Point(
337, 94)
867         Me.txtTACharges.Name =
"txtTACharges"
868         Me.txtTACharges.Size = New System.Drawing.Size(
107, 21)
869         Me.txtTACharges.TabIndex =
6
870         Me.txtTACharges.Text =
"0.00"
871         Me.txtTACharges.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
872         
'
873         
'Label14
874         
'
875         Me.Label14.AutoSize = True
876         Me.Label14.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
877         Me.Label14.Location = New System.Drawing.Point(
14, 148)
878         Me.Label14.Name =
"Label14"
879         Me.Label14.Size = New System.Drawing.Size(
98, 16)
880         Me.Label14.TabIndex =
16
881         Me.Label14.Text =
"Grand Total :"
882         
'
883         
'Label13
884         
'
885         Me.Label13.AutoSize = True
886         Me.Label13.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
887         Me.Label13.Location = New System.Drawing.Point(
14, 121)
888         Me.Label13.Name =
"Label13"
889         Me.Label13.Size = New System.Drawing.Size(
131, 16)
890         Me.Label13.TabIndex =
15
891         Me.Label13.Text =
"Service Charges :"
892         
'
893         
'Label12
894         
'
895         Me.Label12.AutoSize = True
896         Me.Label12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
897         Me.Label12.Location = New System.Drawing.Point(
14, 94)
898         Me.Label12.Name =
"Label12"
899         Me.Label12.Size = New System.Drawing.Size(
99, 16)
900         Me.Label12.TabIndex =
14
901         Me.Label12.Text =
"Service Tax :"
902         
'
903         
'Label11
904         
'
905         Me.Label11.AutoSize = True
906         Me.Label11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
907         Me.Label11.Location = New System.Drawing.Point(
14, 67)
908         Me.Label11.Name =
"Label11"
909         Me.Label11.Size = New System.Drawing.Size(
46, 16)
910         Me.Label11.TabIndex =
13
911         Me.Label11.Text =
"VAT :"
912         
'
913         
'txtGrandTotal
914         
'
915         Me.txtGrandTotal.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
916         Me.txtGrandTotal.Location = New System.Drawing.Point(
129, 148)
917         Me.txtGrandTotal.Name =
"txtGrandTotal"
918         Me.txtGrandTotal.ReadOnly = True
919         Me.txtGrandTotal.Size = New System.Drawing.Size(
107, 21)
920         Me.txtGrandTotal.TabIndex =
8
921         Me.txtGrandTotal.Text =
"0.00"
922         Me.txtGrandTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
923         
'
924         
'txtServiceCharges
925         
'
926         Me.txtServiceCharges.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
927         Me.txtServiceCharges.Location = New System.Drawing.Point(
129, 121)
928         Me.txtServiceCharges.Name =
"txtServiceCharges"
929         Me.txtServiceCharges.ReadOnly = True
930         Me.txtServiceCharges.Size = New System.Drawing.Size(
107, 21)
931         Me.txtServiceCharges.TabIndex =
5
932         Me.txtServiceCharges.Text =
"0.00"
933         Me.txtServiceCharges.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
934         
'
935         
'txtServiceTax
936         
'
937         Me.txtServiceTax.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
938         Me.txtServiceTax.Location = New System.Drawing.Point(
129, 94)
939         Me.txtServiceTax.Name =
"txtServiceTax"
940         Me.txtServiceTax.ReadOnly = True
941         Me.txtServiceTax.Size = New System.Drawing.Size(
107, 21)
942         Me.txtServiceTax.TabIndex =
4
943         Me.txtServiceTax.Text =
"0.00"
944         Me.txtServiceTax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
945         
'
946         
'txtVAT
947         
'
948         Me.txtVAT.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
949         Me.txtVAT.Location = New System.Drawing.Point(
129, 67)
950         Me.txtVAT.Name =
"txtVAT"
951         Me.txtVAT.ReadOnly = True
952         Me.txtVAT.Size = New System.Drawing.Size(
107, 21)
953         Me.txtVAT.TabIndex =
3
954         Me.txtVAT.Text =
"0.00"
955         Me.txtVAT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
956         
'
957         
'txtDiscount
958         
'
959         Me.txtDiscount.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
960         Me.txtDiscount.Location = New System.Drawing.Point(
242, 40)
961         Me.txtDiscount.Name =
"txtDiscount"
962         Me.txtDiscount.ReadOnly = True
963         Me.txtDiscount.Size = New System.Drawing.Size(
107, 21)
964         Me.txtDiscount.TabIndex =
2
965         Me.txtDiscount.Text =
"0.00"
966         Me.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
967         
'
968         
'txtDiscountPer
969         
'
970         Me.txtDiscountPer.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
971         Me.txtDiscountPer.Location = New System.Drawing.Point(
129, 40)
972         Me.txtDiscountPer.Name =
"txtDiscountPer"
973         Me.txtDiscountPer.ReadOnly = True
974         Me.txtDiscountPer.Size = New System.Drawing.Size(
107, 21)
975         Me.txtDiscountPer.TabIndex =
1
976         Me.txtDiscountPer.Text =
"0.00"
977         Me.txtDiscountPer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
978         
'
979         
'Label10
980         
'
981         Me.Label10.AutoSize = True
982         Me.Label10.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
983         Me.Label10.Location = New System.Drawing.Point(
14, 40)
984         Me.Label10.Name =
"Label10"
985         Me.Label10.Size = New System.Drawing.Size(
119, 16)
986         Me.Label10.TabIndex =
6
987         Me.Label10.Text =
"Bill Discount % :"
988         
'
989         
'Label9
990         
'
991         Me.Label9.AutoSize = True
992         Me.Label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
993         Me.Label9.Location = New System.Drawing.Point(
14, 12)
994         Me.Label9.Name =
"Label9"
995         Me.Label9.Size = New System.Drawing.Size(
83, 16)
996         Me.Label9.TabIndex =
5
997         Me.Label9.Text =
"Sub Total :"
998         
'
999         
'txtSubTotal
1000         
'
1001         Me.txtSubTotal.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1002         Me.txtSubTotal.Location = New System.Drawing.Point(
129, 13)
1003         Me.txtSubTotal.Name =
"txtSubTotal"
1004         Me.txtSubTotal.ReadOnly = True
1005         Me.txtSubTotal.Size = New System.Drawing.Size(
107, 21)
1006         Me.txtSubTotal.TabIndex =
0
1007         Me.txtSubTotal.Text =
"0.00"
1008         Me.txtSubTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
1009         
'
1010         
'DataGridView1
1011         
'
1012         Me.DataGridView1.AllowUserToDeleteRows = False
1013         Me.DataGridView1.AllowUserToOrderColumns = True
1014         DataGridViewCellStyle9.BackColor = System.Drawing.Color.FloralWhite
1015         Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
1016         Me.DataGridView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
1017             Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
1018         Me.DataGridView1.BackgroundColor = System.Drawing.Color.White
1019         Me.DataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
1020         DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
1021         DataGridViewCellStyle10.BackColor = System.Drawing.Color.LightSeaGreen
1022         DataGridViewCellStyle10.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1023         DataGridViewCellStyle10.ForeColor = System.Drawing.Color.Black
1024         DataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.LightSteelBlue
1025         DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
1026         DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
1027         Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10
1028         Me.DataGridView1.ColumnHeadersHeight =
30
1029         Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.ItemCode, Me.Item, Me.Qty, Me.Rate, Me.Amount, Me.DiscountPer, Me.Discount, Me.VATPer, Me.VAT, Me.STPer, Me.ST, Me.SCPer, Me.SC, Me.TotalAmount, Me.Notes})
1030         DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
1031         DataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window
1032         DataGridViewCellStyle14.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1033         DataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.ControlText
1034         DataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight
1035         DataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText
1036         DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
1037         Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle14
1038         Me.DataGridView1.EnableHeadersVisualStyles = False
1039         Me.DataGridView1.GridColor = System.Drawing.Color.White
1040         Me.DataGridView1.Location = New System.Drawing.Point(
326, 238)
1041         Me.DataGridView1.MultiSelect = False
1042         Me.DataGridView1.Name =
"DataGridView1"
1043         Me.DataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
1044         DataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
1045         DataGridViewCellStyle15.BackColor = System.Drawing.Color.LightSeaGreen
1046         DataGridViewCellStyle15.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1047         DataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText
1048         DataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.Orange
1049         DataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText
1050         DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
1051         Me.DataGridView1.RowHeadersDefaultCellStyle = DataGridViewCellStyle15
1052         Me.DataGridView1.RowHeadersWidth =
25
1053         Me.DataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
1054         DataGridViewCellStyle16.BackColor = System.Drawing.Color.White
1055         DataGridViewCellStyle16.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1056         DataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.MediumTurquoise
1057         DataGridViewCellStyle16.SelectionForeColor = System.Drawing.Color.White
1058         Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle16
1059         Me.DataGridView1.RowTemplate.Height =
18
1060         Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
1061         Me.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
1062         Me.DataGridView1.Size = New System.Drawing.Size(
728, 215)
1063         Me.DataGridView1.TabIndex =
393
1064         
'
1065         
'ItemCode
1066         
'
1067         Me.ItemCode.HeaderText =
"Item ID"
1068         Me.ItemCode.Name =
"ItemCode"
1069         
'
1070         
'Item
1071         
'
1072         Me.Item.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.[Nothing]
1073         Me.Item.HeaderText =
"Item Name"
1074         Me.Item.Name =
"Item"
1075         Me.Item.Width =
200
1076         
'
1077         
'Qty
1078         
'
1079         DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
1080         Me.Qty.DefaultCellStyle = DataGridViewCellStyle11
1081         Me.Qty.HeaderText =
"Qty."
1082         Me.Qty.Name =
"Qty"
1083         Me.Qty.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
1084         Me.Qty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
1085         
'
1086         
'Rate
1087         
'
1088         DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
1089         Me.Rate.DefaultCellStyle = DataGridViewCellStyle12
1090         Me.Rate.HeaderText =
"Rate"
1091         Me.Rate.Name =
"Rate"
1092         Me.Rate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
1093         Me.Rate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
1094         
'
1095         
'Amount
1096         
'
1097         DataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
1098         Me.Amount.DefaultCellStyle = DataGridViewCellStyle13
1099         Me.Amount.HeaderText =
"Amount"
1100         Me.Amount.Name =
"Amount"
1101         
'
1102         
'DiscountPer
1103         
'
1104         Me.DiscountPer.HeaderText =
"Discount %"
1105         Me.DiscountPer.Name =
"DiscountPer"
1106         Me.DiscountPer.Visible = False
1107         
'
1108         
'Discount
1109         
'
1110         Me.Discount.HeaderText =
"Discount"
1111         Me.Discount.Name =
"Discount"
1112         Me.Discount.Visible = False
1113         
'
1114         
'VATPer
1115         
'
1116         Me.VATPer.HeaderText =
"VAT %"
1117         Me.VATPer.Name =
"VATPer"
1118         Me.VATPer.Visible = False
1119         
'
1120         
'VAT
1121         
'
1122         Me.VAT.HeaderText =
"VAT"
1123         Me.VAT.Name =
"VAT"
1124         Me.VAT.Visible = False
1125         
'
1126         
'STPer
1127         
'
1128         Me.STPer.HeaderText =
"ST %"
1129         Me.STPer.Name =
"STPer"
1130         Me.STPer.Visible = False
1131         
'
1132         
'ST
1133         
'
1134         Me.ST.HeaderText =
"ST"
1135         Me.ST.Name =
"ST"
1136         Me.ST.Visible = False
1137         
'
1138         
'SCPer
1139         
'
1140         Me.SCPer.HeaderText =
"SC %"
1141         Me.SCPer.Name =
"SCPer"
1142         Me.SCPer.Visible = False
1143         
'
1144         
'SC
1145         
'
1146         Me.SC.HeaderText =
"SC"
1147         Me.SC.Name =
"SC"
1148         Me.SC.Visible = False
1149         
'
1150         
'TotalAmount
1151         
'
1152         Me.TotalAmount.HeaderText =
"Total Amount"
1153         Me.TotalAmount.Name =
"TotalAmount"
1154         Me.TotalAmount.Visible = False
1155         
'
1156         
'Notes
1157         
'
1158         Me.Notes.HeaderText =
"Notes"
1159         Me.Notes.Name =
"Notes"
1160         
'
1161         
'flpTables
1162         
'
1163         Me.flpTables.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
1164             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
1165         Me.flpTables.AutoScroll = True
1166         Me.flpTables.BackColor = System.Drawing.Color.White
1167         Me.flpTables.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
1168         Me.flpTables.Controls.Add(Me.txtNotes)
1169         Me.flpTables.Location = New System.Drawing.Point(
724, 76)
1170         Me.flpTables.Name =
"flpTables"
1171         Me.flpTables.Size = New System.Drawing.Size(
498, 156)
1172         Me.flpTables.TabIndex =
6
1173         
'
1174         
'txtNotes
1175         
'
1176         Me.txtNotes.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1177         Me.txtNotes.Location = New System.Drawing.Point(
3, 3)
1178         Me.txtNotes.Name =
"txtNotes"
1179         Me.txtNotes.Size = New System.Drawing.Size(
190, 113)
1180         Me.txtNotes.TabIndex =
1
1181         Me.txtNotes.Text =
""
1182         Me.txtNotes.Visible = False
1183         
'
1184         
'Label8
1185         
'
1186         Me.Label8.AutoSize = True
1187         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1188         Me.Label8.ForeColor = System.Drawing.Color.Black
1189         Me.Label8.Location = New System.Drawing.Point(
720, 49)
1190         Me.Label8.Name =
"Label8"
1191         Me.Label8.Size = New System.Drawing.Size(
145, 24)
1192         Me.Label8.TabIndex =
5
1193         Me.Label8.Text =
"List of Tables :"
1194         
'
1195         
'Panel3
1196         
'
1197         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
1198         Me.Panel3.Controls.Add(Me.lblKOTNo)
1199         Me.Panel3.Controls.Add(Me.Label6)
1200         Me.Panel3.Controls.Add(Me.Label5)
1201         Me.Panel3.Controls.Add(Me.txtStartBillNo)
1202         Me.Panel3.Controls.Add(Me.Label3)
1203         Me.Panel3.Controls.Add(Me.txtContactNo)
1204         Me.Panel3.Controls.Add(Me.txtAddressLine3)
1205         Me.Panel3.Controls.Add(Me.txtAddressLine2)
1206         Me.Panel3.Controls.Add(Me.txtAddressLine1)
1207         Me.Panel3.Controls.Add(Me.txtCustomerName)
1208         Me.Panel3.Controls.Add(Me.Label4)
1209         Me.Panel3.Controls.Add(Me.txtTableNo)
1210         Me.Panel3.Location = New System.Drawing.Point(
272, 49)
1211         Me.Panel3.Name =
"Panel3"
1212         Me.Panel3.Size = New System.Drawing.Size(
442, 183)
1213         Me.Panel3.TabIndex =
0
1214         
'
1215         
'lblKOTNo
1216         
'
1217         Me.lblKOTNo.AutoSize = True
1218         Me.lblKOTNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1219         Me.lblKOTNo.ForeColor = System.Drawing.Color.Black
1220         Me.lblKOTNo.Location = New System.Drawing.Point(
280, 13)
1221         Me.lblKOTNo.Name =
"lblKOTNo"
1222         Me.lblKOTNo.Size = New System.Drawing.Size(
79, 24)
1223         Me.lblKOTNo.TabIndex =
443
1224         Me.lblKOTNo.Text =
"KOTNo"
1225         Me.lblKOTNo.TextAlign = System.Drawing.ContentAlignment.TopCenter
1226         Me.lblKOTNo.Visible = False
1227         
'
1228         
'Label6
1229         
'
1230         Me.Label6.AutoSize = True
1231         Me.Label6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1232         Me.Label6.Location = New System.Drawing.Point(
19, 152)
1233         Me.Label6.Name =
"Label6"
1234         Me.Label6.Size = New System.Drawing.Size(
96, 16)
1235         Me.Label6.TabIndex =
11
1236         Me.Label6.Text =
"Contact No. :"
1237         
'
1238         
'Label5
1239         
'
1240         Me.Label5.AutoSize = True
1241         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1242         Me.Label5.Location = New System.Drawing.Point(
19, 69)
1243         Me.Label5.Name =
"Label5"
1244         Me.Label5.Size = New System.Drawing.Size(
74, 16)
1245         Me.Label5.TabIndex =
10
1246         Me.Label5.Text =
"Address :"
1247         
'
1248         
'txtStartBillNo
1249         
'
1250         Me.txtStartBillNo.Location = New System.Drawing.Point(
338, 152)
1251         Me.txtStartBillNo.Name =
"txtStartBillNo"
1252         Me.txtStartBillNo.Size = New System.Drawing.Size(
45, 20)
1253         Me.txtStartBillNo.TabIndex =
442
1254         Me.txtStartBillNo.Visible = False
1255         
'
1256         
'Label3
1257         
'
1258         Me.Label3.AutoSize = True
1259         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1260         Me.Label3.Location = New System.Drawing.Point(
19, 45)
1261         Me.Label3.Name =
"Label3"
1262         Me.Label3.Size = New System.Drawing.Size(
126, 16)
1263         Me.Label3.TabIndex =
9
1264         Me.Label3.Text =
"Customer Name :"
1265         
'
1266         
'txtContactNo
1267         
'
1268         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1269         Me.txtContactNo.Location = New System.Drawing.Point(
139, 152)
1270         Me.txtContactNo.Name =
"txtContactNo"
1271         Me.txtContactNo.ReadOnly = True
1272         Me.txtContactNo.Size = New System.Drawing.Size(
154, 21)
1273         Me.txtContactNo.TabIndex =
5
1274         
'
1275         
'txtAddressLine3
1276         
'
1277         Me.txtAddressLine3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1278         Me.txtAddressLine3.Location = New System.Drawing.Point(
139, 125)
1279         Me.txtAddressLine3.Name =
"txtAddressLine3"
1280         Me.txtAddressLine3.ReadOnly = True
1281         Me.txtAddressLine3.Size = New System.Drawing.Size(
287, 21)
1282         Me.txtAddressLine3.TabIndex =
4
1283         
'
1284         
'txtAddressLine2
1285         
'
1286         Me.txtAddressLine2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1287         Me.txtAddressLine2.Location = New System.Drawing.Point(
139, 98)
1288         Me.txtAddressLine2.Name =
"txtAddressLine2"
1289         Me.txtAddressLine2.ReadOnly = True
1290         Me.txtAddressLine2.Size = New System.Drawing.Size(
287, 21)
1291         Me.txtAddressLine2.TabIndex =
3
1292         
'
1293         
'txtAddressLine1
1294         
'
1295         Me.txtAddressLine1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1296         Me.txtAddressLine1.Location = New System.Drawing.Point(
139, 71)
1297         Me.txtAddressLine1.Name =
"txtAddressLine1"
1298         Me.txtAddressLine1.ReadOnly = True
1299         Me.txtAddressLine1.Size = New System.Drawing.Size(
287, 21)
1300         Me.txtAddressLine1.TabIndex =
2
1301         
'
1302         
'txtCustomerName
1303         
'
1304         Me.txtCustomerName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1305         Me.txtCustomerName.Location = New System.Drawing.Point(
139, 45)
1306         Me.txtCustomerName.Name =
"txtCustomerName"
1307         Me.txtCustomerName.ReadOnly = True
1308         Me.txtCustomerName.Size = New System.Drawing.Size(
287, 21)
1309         Me.txtCustomerName.TabIndex =
1
1310         
'
1311         
'Timer2
1312         
'
1313         
'
1314         
'frmBillling
1315         
'
1316         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
1317         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
1318         Me.BackColor = System.Drawing.Color.Orange
1319         Me.ClientSize = New System.Drawing.Size(
1238, 656)
1320         Me.Controls.Add(Me.Panel1)
1321         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
1322         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
1323         Me.KeyPreview = True
1324         Me.Name =
"frmBillling"
1325         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
1326         Me.Text =
"Billing"
1327         Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
1328         Me.Panel2.ResumeLayout(False)
1329         Me.Panel2.PerformLayout()
1330         Me.GroupBox2.ResumeLayout(False)
1331         Me.Panel1.ResumeLayout(False)
1332         Me.Panel1.PerformLayout()
1333         CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
1334         Me.PaymentMode.ResumeLayout(False)
1335         Me.GroupBox1.ResumeLayout(False)
1336         Me.Panel4.ResumeLayout(False)
1337         Me.Panel4.PerformLayout()
1338         CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
1339         Me.flpTables.ResumeLayout(False)
1340         Me.Panel3.ResumeLayout(False)
1341         Me.Panel3.PerformLayout()
1342         Me.ResumeLayout(False)
1343
1344     End Sub
1345     Friend WithEvents Timer1 As System.Windows.Forms.Timer
1346     Friend WithEvents Label4 As System.Windows.Forms.Label
1347     Friend WithEvents txtTableNo As System.Windows.Forms.TextBox
1348     Friend WithEvents Panel2 As System.Windows.Forms.Panel
1349     Friend WithEvents Label7 As System.Windows.Forms.Label
1350     Friend WithEvents lblUser As System.Windows.Forms.Label
1351     Friend WithEvents lblDateTime As System.Windows.Forms.Label
1352     Friend WithEvents Label1 As System.Windows.Forms.Label
1353     Friend WithEvents lblBillNo As System.Windows.Forms.Label
1354     Friend WithEvents Label2 As System.Windows.Forms.Label
1355     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
1356     Friend WithEvents cmbGroup As System.Windows.Forms.ComboBox
1357     Friend WithEvents Panel1 As System.Windows.Forms.Panel
1358     Friend WithEvents flpTables As System.Windows.Forms.FlowLayoutPanel
1359     Friend WithEvents Label8 As System.Windows.Forms.Label
1360     Friend WithEvents Panel3 As System.Windows.Forms.Panel
1361     Friend WithEvents Label6 As System.Windows.Forms.Label
1362     Friend WithEvents Label5 As System.Windows.Forms.Label
1363     Friend WithEvents Label3 As System.Windows.Forms.Label
1364     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
1365     Friend WithEvents txtAddressLine3 As System.Windows.Forms.TextBox
1366     Friend WithEvents txtAddressLine2 As System.Windows.Forms.TextBox
1367     Friend WithEvents txtAddressLine1 As System.Windows.Forms.TextBox
1368     Friend WithEvents txtCustomerName As System.Windows.Forms.TextBox
1369     Friend WithEvents Panel4 As System.Windows.Forms.Panel
1370     Friend WithEvents lblHDCharges As System.Windows.Forms.Label
1371     Friend WithEvents lblTACharges As System.Windows.Forms.Label
1372     Friend WithEvents txtHDCharges As System.Windows.Forms.TextBox
1373     Friend WithEvents txtTACharges As System.Windows.Forms.TextBox
1374     Friend WithEvents Label14 As System.Windows.Forms.Label
1375     Friend WithEvents Label13 As System.Windows.Forms.Label
1376     Friend WithEvents Label12 As System.Windows.Forms.Label
1377     Friend WithEvents Label11 As System.Windows.Forms.Label
1378     Friend WithEvents txtGrandTotal As System.Windows.Forms.TextBox
1379     Friend WithEvents txtServiceCharges As System.Windows.Forms.TextBox
1380     Friend WithEvents txtServiceTax As System.Windows.Forms.TextBox
1381     Friend WithEvents txtVAT As System.Windows.Forms.TextBox
1382     Friend WithEvents txtDiscount As System.Windows.Forms.TextBox
1383     Friend WithEvents txtDiscountPer As System.Windows.Forms.TextBox
1384     Friend WithEvents Label10 As System.Windows.Forms.Label
1385     Friend WithEvents Label9 As System.Windows.Forms.Label
1386     Friend WithEvents txtSubTotal As System.Windows.Forms.TextBox
1387     Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
1388     Friend WithEvents btnGetCash As System.Windows.Forms.Button
1389     Friend WithEvents btnLock As System.Windows.Forms.Button
1390     Friend WithEvents btnBillNote As System.Windows.Forms.Button
1391     Friend WithEvents btnDeleteRow As System.Windows.Forms.Button
1392     Friend WithEvents btnChangeTable As System.Windows.Forms.Button
1393     Friend WithEvents btnCancel As System.Windows.Forms.Button
1394     Friend WithEvents btnSave As System.Windows.Forms.Button
1395     Friend WithEvents btnNewBill As System.Windows.Forms.Button
1396     Friend WithEvents Label18 As System.Windows.Forms.Label
1397     Friend WithEvents txtChange As System.Windows.Forms.TextBox
1398     Friend WithEvents Label17 As System.Windows.Forms.Label
1399     Friend WithEvents txtCash As System.Windows.Forms.TextBox
1400     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
1401     Friend WithEvents cmbBillType As System.Windows.Forms.ComboBox
1402     Friend WithEvents PaymentMode As System.Windows.Forms.GroupBox
1403     Friend WithEvents cmbPaymentMode As System.Windows.Forms.ComboBox
1404     Friend WithEvents txtItemDiscount As System.Windows.Forms.TextBox
1405     Friend WithEvents Label19 As System.Windows.Forms.Label
1406     Friend WithEvents txtStartBillNo As System.Windows.Forms.TextBox
1407     Friend WithEvents txtNotes As System.Windows.Forms.RichTextBox
1408     Friend WithEvents btnItemNote As System.Windows.Forms.Button
1409     Public WithEvents lvTable As System.Windows.Forms.ListView
1410     Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
1411     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
1412     Friend WithEvents lblKOTNo As System.Windows.Forms.Label
1413     Friend WithEvents ItemCode As System.Windows.Forms.DataGridViewTextBoxColumn
1414     Friend WithEvents Item As System.Windows.Forms.DataGridViewComboBoxColumn
1415     Friend WithEvents Qty As System.Windows.Forms.DataGridViewTextBoxColumn
1416     Friend WithEvents Rate As System.Windows.Forms.DataGridViewTextBoxColumn
1417     Friend WithEvents Amount As System.Windows.Forms.DataGridViewTextBoxColumn
1418     Friend WithEvents DiscountPer As System.Windows.Forms.DataGridViewTextBoxColumn
1419     Friend WithEvents Discount As System.Windows.Forms.DataGridViewTextBoxColumn
1420     Friend WithEvents VATPer As System.Windows.Forms.DataGridViewTextBoxColumn
1421     Friend WithEvents VAT As System.Windows.Forms.DataGridViewTextBoxColumn
1422     Friend WithEvents STPer As System.Windows.Forms.DataGridViewTextBoxColumn
1423     Friend WithEvents ST As System.Windows.Forms.DataGridViewTextBoxColumn
1424     Friend WithEvents SCPer As System.Windows.Forms.DataGridViewTextBoxColumn
1425     Friend WithEvents SC As System.Windows.Forms.DataGridViewTextBoxColumn
1426     Friend WithEvents TotalAmount As System.Windows.Forms.DataGridViewTextBoxColumn
1427     Friend WithEvents Notes As System.Windows.Forms.DataGridViewTextBoxColumn
1428     Friend WithEvents CBox As System.Windows.Forms.ComboBox
1429     Friend WithEvents Timer2 As System.Windows.Forms.Timer
1430     Friend WithEvents DataGridView2 As System.Windows.Forms.DataGridView
1431     Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn
1432     Friend WithEvents DataGridViewComboBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn
1433     Friend WithEvents DataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn
1434     Friend WithEvents DataGridViewTextBoxColumn3 As System.Windows.Forms.DataGridViewTextBoxColumn
1435     Friend WithEvents DataGridViewTextBoxColumn4 As System.Windows.Forms.DataGridViewTextBoxColumn
1436     Friend WithEvents DataGridViewTextBoxColumn11 As System.Windows.Forms.DataGridViewTextBoxColumn
1437     Friend WithEvents DataGridViewTextBoxColumn12 As System.Windows.Forms.DataGridViewTextBoxColumn
1438     Friend WithEvents DataGridViewTextBoxColumn5 As System.Windows.Forms.DataGridViewTextBoxColumn
1439     Friend WithEvents DataGridViewTextBoxColumn6 As System.Windows.Forms.DataGridViewTextBoxColumn
1440     Friend WithEvents DataGridViewTextBoxColumn7 As System.Windows.Forms.DataGridViewTextBoxColumn
1441     Friend WithEvents DataGridViewTextBoxColumn8 As System.Windows.Forms.DataGridViewTextBoxColumn
1442     Friend WithEvents DataGridViewTextBoxColumn9 As System.Windows.Forms.DataGridViewTextBoxColumn
1443     Friend WithEvents DataGridViewTextBoxColumn10 As System.Windows.Forms.DataGridViewTextBoxColumn
1444     Friend WithEvents DataGridViewTextBoxColumn13 As System.Windows.Forms.DataGridViewTextBoxColumn
1445     Friend WithEvents DataGridViewTextBoxColumn14 As System.Windows.Forms.DataGridViewTextBoxColumn
1446     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
1447
1448 End Class


Gõ tìm kiếm nhanh...